Next | Prev | Up | Top | Contents | Index
Designing a SCSI Driver
A kernel-level SCSI device driver has the driver architecture described in Chapter 8, "Structure of a Kernel-Level Driver," and it uses the basic system services documented in Chapter 9, "Device Driver/Kernel Interface." You prepare a SCSI driver and configure it into the kernel as described in Chapter 10, "Building and Installing a Driver."
However, a SCSI driver uses additional services, including those of the host adapter driver, and its configuration is slightly different from other drivers.
- SCSI Driver Initialization
-
- Opening a SCSI Device
-
- Accessing a SCSI Device
-
- Configuring a SCSI Driver
-
Next | Prev | Up | Top | Contents | Index